Einhugur macOS Bridge plugin.

NSMutableArray.InsertAt Method

Inserts object at given index.

InsertAt(
   value as EinhugurCoreBridge.NSObject,
   index as Integer)

Parameters

value
The value to insert.
index
The index to where to insert (zero based).

Remarks

his method will fail if inserting past index is larger than count or smaller than zero.

See Also

NSMutableArray Class